5. Vectors

d. Dot Product

1. Algebraic Definition

If \(\vec u=\left\langle u_1,u_2\right\rangle\) and \(\vec v=\left\langle v_1,v_2\right\rangle\) are vectors, then their dot product or scalar product or inner product is the scalar \[ \vec u\cdot\vec v=u_1v_1+u_2v_2 \] Thus, the dot product is the sum of the pairwise products of the corresponding components of the two vectors. Memorize this!

The name dot product is used to emphasize that it is denoted by putting a dot between the two vectors.

The name scalar product is used to emphasize that the result is a rather than a vector, unlike vector addition, which takes two vectors and gives back a third vector.

Scalar

Remember, the word scalar means a single real number as opposed to a vector which has \(2\) numbers.

The name inner product is used to indicate that it is a special case of a more general product that you will learn about it in a course on linear algebra.

If \(\vec u=\left\langle 1,2\right\rangle\) and \(\vec v=\left\langle -2,5\right\rangle\), compute \(\vec u\cdot\vec v\).

\(\vec u\cdot\vec v=(1)(-2)+(2)(5)=-2+10=8\)

If \(\vec a=\left\langle 1,3\right\rangle\) and \(\vec b=\left\langle 5,-2\right\rangle\) compute \(\vec a\cdot\vec b\).

\(\vec a\cdot\vec b=-1\)

\[\begin{aligned} \vec a\cdot\vec b &=(1)(5)+(3)(-2) \\ &=5-6=-1 \end{aligned}\]

Find \(x\) so that \(\left\langle 4,x\right\rangle\cdot\left\langle 2,3\right\rangle=14\).

\(x=2\)

\[ \left\langle 4,x\right\rangle\cdot\left\langle 2,3\right\rangle=8+3x=14 \] \[ 3x=6 \qquad x=2 \]

We check:   \(\left\langle 4,2\right\rangle\cdot\left\langle 2,3\right\rangle =8+6=14\)

The meaning of the dot product will become clear when we get to its geometrical interpretation and its applications. However, the derivation of the geometrical interpretation requires several properties of the dot product which we first discuss on the next page.

© MYMathApps

Supported in part by NSF Grant #1123255